home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / onlypc / cdr.txt < prev    next >
Text File  |  1995-05-26  |  4KB  |  92 lines

  1. Short: Allows access to AMIGA CD-ROMs on IBM-PC machines includes source.
  2. Type: disk/cdrom
  3. Uploader: neil@floydian.demon.co.uk
  4. Author: neil@floydian.demon.co.uk
  5.  
  6.                                       CDR
  7.                     An AMIGA CD-ROM reader for IBM-PC systems
  8.                                    Version 1.1
  9.                              (c) 1995 Neil Balharrie
  10.  
  11. Fred Fish is given permission to include this software within his software
  12. library (both disk and CD-ROM). Especially as it allows access to his CD-ROMs.
  13.  
  14. 0.    Disclaimer & Warranty
  15.  
  16. This software comes with absolutely no warranty, and is covered by the GNU FSF
  17. license. If you modify this program you MUST make available the source. I also
  18. ask that you take the time to send me your modified source so that I may
  19. include all the updates, and then periodically release a new all-encompassing
  20. version. If you do not modify the code but make use of it, you are asked to
  21. send me a message at the following address:
  22.  
  23. neil@floydian.demon.co.uk
  24.  
  25. There is a version of this software available for UN*X, which can be obtained by
  26. sending a message to neil@floydian.demon.co.uk requesting the UN*X version of CDR.
  27.  
  28. 1.    Introduction
  29.  
  30. If you use this software you are requested to send a message to the address
  31. given in the of the previous section. CDR was written after the initial shock
  32. of not being able to access the GOLD FISH CD-ROM on the UN*X system at work,
  33. (I can't yet afford a CD-ROM drive for the AMIGA). The software has
  34. succesfully been used with the following AMIGA CD-ROMs:
  35.  
  36.   GOLD FISH (Apr 1994),
  37.   Fresh Fish No.4,
  38.   AMINET III (Jul 94),
  39.   AMIGA User International Cover CD-ROM.
  40.  
  41. CDR allows the user to access the CD-ROM through a mini command line (similar
  42. in operation to ftp), providing commands to extract a file from the CD-ROM,
  43. navigate through the directory structure, examine files directly from the
  44. CD-ROM (without copying them off), and display the CD-ROM descriptor.
  45.  
  46. - Navigate through the CD-ROM directories using cd, ls and ll,
  47. - Copy files from the CD-ROM to a previously defined directory,
  48. - Execute CDR script files, allowing the automation of file extraction,
  49. - Wildcards are supported when accessing files. The wildcards are standard
  50.   UN*X * and ?,
  51. - Auto-execute an initialisation script if it exists,
  52.  
  53. A more complete set of instructions will be written for the next release.
  54.  
  55. 2. What's needed
  56.  
  57. A PC running MS-DOS v3.2 or greater.
  58. A CD-ROM drive, and driver software, with MSCDEX v2 running.
  59.  
  60. 3.    Commands available
  61.  
  62. The following commands are available within CDR:
  63. quit            quits the program
  64. voldesc            prints the CD-ROM volume descriptor
  65. ls            provides a directory listing similar to ls on UN*X
  66. ll            provides an full directory listing like DIR, ls -l on UN*X
  67. ex              provides an extremely detailed directory listing
  68. cd directory    changes directory to directory
  69. pod            displays the current directory files are being copied to
  70. cod directory    changes the directory files are being copied into
  71. more file    displays the contents of the file file on the terminal
  72. m file            as for more
  73. iget file       Interactively get the specified file and place it in the cod
  74. get file    copies the specified file from the CD-ROM into the output
  75.                 directory
  76. exec file    executes the specified script file
  77. help            displays text giving details of the commands available.
  78.  
  79. 3.      Contributing
  80.  
  81. If you feel you have enhanced the software in a useful way then you are
  82. requested to send your new version, or diffs to the snail-mail address above.
  83. I will then compile the changes into a new enhanced version which will be
  84. released officially.
  85.  
  86. 4.    Compiling CDR
  87.  
  88. The source and makefile for Visual C++ v1.51 is included. You are allowed to use
  89. and modify the source as much as you wish however, I would be grateful if you
  90. would let me know how you have used the code and a copy of the program would be
  91. appreciated.
  92.